-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MRG] construct mgh image only when vox2ras_tkr is needed #241
Conversation
64e976e
to
06ef814
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @jasmainak this looks cool. I particularly like how many lines can be saved with the new _validate_bids
fixture!
Could it be that the tests fail due to the use of _TempDir
? See my similar comment here: #231 (review)
The error seems related to a new commit in the validator: bids-standard/bids-validator@4e6a5b3. Because the tests passed for the older version that I had on my computer. Unfortunately I can't seem to install the latest version for some reason. |
f11a4f6
to
10eb566
Compare
Codecov Report
@@ Coverage Diff @@
## master #241 +/- ##
==========================================
- Coverage 98.26% 98.25% -0.01%
==========================================
Files 15 15
Lines 1552 1545 -7
==========================================
- Hits 1525 1518 -7
Misses 27 27
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #241 +/- ##
==========================================
- Coverage 98.26% 98.25% -0.01%
==========================================
Files 15 15
Lines 1552 1545 -7
==========================================
- Hits 1525 1518 -7
Misses 27 27
Continue to review full report at Codecov.
|
okay comments addressed @sappelhoff . I added a link. There is some weirdness in the way nibabel treats these header objects -- even if |
Cool, thanks @jasmainak ! |
The dataset I was testing with did not throw any errors or warnings when I tested it with the updates. Looks great, thanks Mainak! |
PR Description
closes #238
cc @alexrockhill
Merge checklist
Maintainer, please confirm the following before merging:
whats_new.rst is updated(not updated because write_anat was fixed in the same release cycle)